home *** CD-ROM | disk | FTP | other *** search
- Path: op.net!usenet
- From: Philo <root@phantom.dot.gov>
- Newsgroups: comp.lang.c++
- Subject: Re: how can I make arrays larger than 64k?
- Date: 24 Jan 1996 00:56:41 GMT
- Organization: OpNet -- Greater Philadelphia Internet Service
- Message-ID: <4e4049$npq@picasso.op.net>
- NNTP-Posting-Host: d1-01.ppp.op.net
-
- Paul Langemeijer <lmeijer@phys.uva.nl> writes:
- > Hello,
- >
- > I am working on a simulation program that generates a large number of
- > complex points (1Meg). I used to write this data to a file, but
- > now I want to extend this program with a fourier transform of the data,
- > so I would like store the data in a large array.
- >
- > The function calloc doesnot provide enough memory to do this.
- > How can I use a larger part of the 8Mb memory in my pc for storage of
- > this array? Do I have to change the compiler settings? How?
- > Is there someone with a lot of experiency how can help me on this
- > one?
- >
- > I am using BorlandC++ for (DOS) pc.
- >
- > Thanks a lot!!
- >
- Either get WATCOM 10.0 that compiles for dos, windows, and 32bit
- for both. Or you can call the borland Fax service for the source
- code for using XMS, the memory allocated by the HIMEM.SYS driver.
- This source code can be put together with a good assembler book too.
-
- -Philo
-
- __
-
-
-